body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	font-size: 18px;
	background: url(../img/bg.png) no-repeat;
	background-position: center top;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	color: #0066dd;
	text-decoration: underline;
}

h3 {
	font-size: 1.3em;
	border-bottom: 2px solid lightblue;
	padding: 10px 0px 5px 8px;
}

p {
	text-indent: 2em;
	line-height: 180%;
}